home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1997 September (Special) / Joystick.Hors serie sept 97.Earth Siege 2.iso / es2_wcs.adv < prev    next >
Text File  |  1996-03-06  |  4KB  |  100 lines

  1. REM
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  4. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  5. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  6. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  7. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  8. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  9. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  10. REM ║ versions if you do not have them, check with any of the listed places ║
  11. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  12. REM ║ versions of the Command and Control Center software.                  ║
  13. REM ╚═══════════════════════════════════════════════════════════════════════╝
  14. REM                        EARTHSIEGE II by Dynamix
  15. REM
  16. REM                                2/26/96
  17. REM
  18. REM                        Written by THRUSTMASTER
  19. REM ╔═══════════════════════════════════════════════════════════════════════╗
  20. REM ║Base Switch Settings                                                   ║
  21. REM ║Black Hat switch = Digital                                             ║
  22. REM ║Red Switch       = Analog                                              ║
  23. REM ╚═══════════════════════════════════════════════════════════════════════╝
  24. REM ╔═════════════════════════════════════════════════════════════╗
  25. REM ║Game Settings: (Settings required for this game to use WCSII)║
  26. REM ╚═════════════════════════════════════════════════════════════╝
  27. Game 0 70
  28. REM ╔═════════════════════════════════════════════════════╗
  29. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  30. REM ╚═════════════════════════════════════════════════════╝
  31.  
  32. Mdef ES2_WCS
  33.  
  34. REM ╔════════════════════════════════════════════════════════╗
  35. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  36. REM ║ want your ADV file to reference.  For example, if you  ║
  37. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  38. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  39. REM ╚════════════════════════════════════════════════════════╝
  40.  
  41. REM ╔════════════════════════════════════════════════════════════╗
  42. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  43. REM ╚════════════════════════════════════════════════════════════╝
  44.  
  45.  
  46. REM ╔════════════════════════╗
  47. REM ║(P)FCS Buttons Commands:║
  48. REM ╚════════════════════════╝
  49.  
  50. BTN UB SelectTarget
  51.  
  52. BTN MB NextWeapon
  53.  
  54. BTN LB /U  HDDCommandDispla /M AutoTurret /D HDDDetailStatus
  55.  
  56. BTN HU Cockpit
  57.  
  58. BTN HD ExternalInternal
  59.  
  60. BTN HL LeftView
  61.  
  62. BTN HR RightView
  63.  
  64. REM ╔════════════════════════╗
  65. REM ║WCS II Buttons Commands:║
  66. REM ╚════════════════════════╝
  67.  
  68. BTN 1 /U HERCStatus
  69.       /M ChangeGears
  70.       /D AttackMyTarget
  71. BTN 2 /U FlashCommands
  72.       /M ATT
  73.       /D IgnoreMyTarget
  74. BTN 3 /U TerrainMap
  75.       /M NextChain
  76.       /D HelpMeOut
  77. BTN 4 /U Radar
  78.       /M IncreaseFrontShi
  79.       /D JoinOnMe
  80. BTN 5 /U TargetStatus
  81.       /M IncreaseRearShie
  82.       /D Scan
  83. BTN 6 /U MissileView
  84.       /M NearestTarget
  85.       /D Emcon
  86.  
  87.  
  88.  
  89. REM ╔═══════════════════════════════════════════════════════════════════╗
  90. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  91. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  92. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  93. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  94. REM ║                                                                   ║
  95. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  96. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  97. REM ║ says "File not found then you have the old microcode version that ║
  98. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  99. REM ╚═══════════════════════════════════════════════════════════════════╝
  100.